@Edit.Toolbar(Content)
@if (!String.IsNullOrEmpty(Content.Photo)) { @Content.Name } else {
}

@Content.Name
@if (!String.IsNullOrEmpty(Content.Position)) { @Content.Position
}

@if (!String.IsNullOrEmpty(@Content.EMail)) { @Content.EMail
} @if (!String.IsNullOrEmpty(Content.Phone)) { @Content.Phone
}

@Html.Raw(Content.Description)